home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 16
/
Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso
/
Aminet
/
dev
/
src
/
wangisrc.lha
/
wangi
/
z
/
chunker
/
source
/
makedist
< prev
next >
Wrap
Text File
|
1996-04-18
|
945b
|
55 lines
; Make the Chunker distribution.
failat 21
; Clean up T:
Delete >NIL: T:chunker#? ALL
; cd to main directory
cd /
; Make dir in T:
Makedir T:chunker
; Copy info file
Copy /chunker.info T: QUIET DATES
; Copy everything else
Copy #? ALL T:chunker QUIET DATES
; Keep track of where we were
Assign QQFWEG: ""
; cd to T:chunker
cd T:chunker
; Compile all documents
Umentiler FILE_ID.DIZ QUIET
Umentiler chunker.doc QUIET
Umentiler chunker.readme QUIET
; Make another copy of the .readme
Copy chunker.readme /chunker.readme QUIET DATES
; Delete some files...
Delete History #?.lnk source/#?.o QUIET
; Rename FILE_ID.DIZ
Rename FILE_ID.DIZ /FILE_ID.DIZ
; Goto T:
cd /
; Create archives
lha -aerRxZq a T:chunker.lha T:chunker/#? T:chunker.info FILE_ID.DIZ
lha2lzx chunker.lha chunker.lzx
; cleanup
delete FILE_ID.DIZ chunker chunker.info ALL QUIET
; Back up to where we were...
cd QQFWEG:
cd source
; Remove assign
Assign QQFWEG: REMOVE